.. _`Merge Image Channels`: .. _`syip.concatchannels`: Merge Image Channels ```````````````````` .. image:: image_merge_channels.svg :width: 48 Creates a new image with all the channels in the two input images Documentation ::::::::::::: Creates a new image with all the channels in the two input images. Definition :::::::::: Input ports ........... **input1** | Type: image | Description: Input image **input2** | Type: image | Description: Input image Output ports ............ **output** | Type: image | Description: Resulting image with all channels Examples ........ The node can be found in: * :download:`HSV_histogram_equalization.syx ` Implementation .............. .. automodule:: node_channels :noindex: .. class:: ConcatChannels :noindex: